projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8216324
)
Fix accidental paste error in 8216324
author
John Ralls
<jralls@ceridwen.us>
Mon, 7 Nov 2011 21:18:14 +0000
(13:18 -0800)
committer
John Ralls
<jralls@ceridwen.us>
Mon, 7 Nov 2011 21:18:14 +0000
(13:18 -0800)
gtk/gtkdnd-quartz.c
patch
|
blob
|
history
diff --git
a/gtk/gtkdnd-quartz.c
b/gtk/gtkdnd-quartz.c
index 323ce2aae3c2d48113257024562161c19ff28d4d..2f01c65375c71b9272264a5db326be9cb6540445 100644
(file)
--- a/
gtk/gtkdnd-quartz.c
+++ b/
gtk/gtkdnd-quartz.c
@@
-1087,7
+1087,7
@@
gtk_drag_begin_idle (gpointer arg)
return point;
}
-
FALSE
.x -= info->hot_x;
+
point
.x -= info->hot_x;
point.y -= info->hot_y;
[nswindow dragImage:drag_image